Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @rollup/plugin-commonjs to v25 - autoclosed #7

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-commonjs (source) 21.1.0 -> 25.0.8 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/plugin-commonjs)

v25.0.8

2024-05-22

Bugfixes
  • fix: preserve the class body property keys even if they are special keywords (#​1688)

v25.0.7

Compare Source

2023-10-15

Bugfixes
  • fix: bump magic-string version #​1596

v25.0.6

Compare Source

2023-10-15

Bugfixes
  • fix: Keep the shebang at the top of the file content #​1610

v25.0.5

Compare Source

2023-10-05

Bugfixes
  • fix: ensure rollup 4 compatibility #​1595

v25.0.4

Compare Source

2023-08-11

Updates

v25.0.3

Compare Source

2023-07-15

Bugfixes
  • fix: preserve this reference in the child class #​1537

v25.0.2

Compare Source

2023-06-19

Bugfixes

v25.0.1

Compare Source

2023-06-10

Bugfixes
  • fix: change dynamicRequireRoot to normalizedDynamicRequireRoot && tweak related tests #​1508

v25.0.0

Compare Source

2023-05-12

Breaking Changes
  • fix: dynamic require root check was broken in some cases #​1461

v24.1.0

Compare Source

2023-04-11

Features
  • feat: Do not use getters for module.exports #​1455

v24.0.1

Compare Source

2023-01-20

Bugfixes
  • fix: types should come first in exports #​1403

v24.0.0

Compare Source

2022-12-18

Breaking Changes
  • fix: check if defaultIsModuleExports is auto for getDefaultExportFromCjs #​1358

v23.0.7

Compare Source

2022-12-17

Bugfixes
  • fix: produce code which works when __esModule is already defined #​1379

v23.0.6

Compare Source

2022-12-17

Bugfixes

v23.0.5

Compare Source

2022-12-15

Bugfixes
  • fix: resolve export exports not found #​1363

v23.0.4

Compare Source

2022-12-07

Bugfixes

v23.0.3

Compare Source

2022-11-27

Bugfixes
  • fix: correctly wrap a default class export from cjs module #​1350

v23.0.2

Compare Source

2022-10-21

Updates
  • chore: update rollup dependencies (3038271)

v23.0.1

Compare Source

Skipped for repo rebase

v23.0.0

Compare Source

2022-10-09

Breaking Changes

v22.0.2

Compare Source

2022-08-05

Bugfixes
  • fix: Exclude multi-line template strings from indent (#​1229)

v22.0.1

2022-06-24

Bugfixes
  • fix: Only proxy detected commonjs entry points (#​1180)

v22.0.0

2022-04-24

Breaking Changes
  • fix: add heuristic to deoptimize requires after calling imported function (requires [email protected]) (#​1038)
  • feat: reimplement dynamic import handling (requires Node 12, no longer supports require.cache) (#​1038)
Bugfixes
  • fix: support CJS modules re-exporting transpiled ESM modules (#​1165)
  • fix: Warn when plugins do not pass options to resolveId (#​1038)
  • fix: Do not change semantics when removing requires in if statements (#​1038)
  • fix: handle external dependencies when using the cache (#​1038)
  • fix: proxy all entries to not break legacy polyfill plugins (#​1038)
  • fix: use correct version and add package exports (#​1038)
  • fix: validate node-resolve peer version (#​1038)
  • fix: inject module name into dynamic require function (#​1038)
  • fix: do not transform "typeof exports" for mixed modules (#​1038)
  • fix: attach correct plugin meta-data to commonjs modules (#​1038)
Features
  • feat: expose plugin version (#​1038)
  • feat: throw for dynamic requires from outside the configured root (#​1038)
  • feat: add dynamicRequireRoot option (#​1038)
  • feat: auto-detect conditional requires (#​1038)
  • feat: limit ignoreTryCatch to external requires (#​1038)
  • feat: make namespace callable when requiring ESM with function default (#​1038)
  • feat: Infer type for unidentified modules (#​1038)
  • feat: automatically wrap cyclic modules (#​1038)
  • feat: add strictRequires option to wrap modules (#​1038)
Updates
  • refactor: deconflict helpers only once globals are known (#​1038)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions
Copy link
Contributor

github-actions bot commented May 19, 2023

📊 Package size report   0%↑

File Before (Size / Gzip / Brotli) After (Size / Gzip / Brotli)
dist/pixi-displacement-filter.cjs.js 742.0 kB / 157.4 kB / 125.7 kB 0.04%↑742.3 kB / 0.07%↑157.5 kB / 0.04%↑125.8 kB
dist/pixi-displacement-filter.esm.js 741.9 kB / 157.4 kB / 125.7 kB 0.04%↑742.3 kB / 0.07%↑157.5 kB / 0.2%↑125.9 kB
dist/pixi-displacement-filter.umd.js 408.2 kB / 118.0 kB / 97.2 kB 0.03%↑408.3 kB / 0.02%↑118.0 kB / 0.06%↑97.3 kB
Total (Includes all files) 18.8 MB / 17.3 MB / 17.3 MB 0%↑18.8 MB / 0%↑17.3 MB / 0%↑17.3 MB
Tarball size 17.3 MB 0%↑17.3 MB
Unchanged files
File Size (Size / Gzip / Brotli)
.babelrc 144 B / 114 B / 106 B
.eslintignore 15 B / 35 B / 19 B
.eslintrc 1.0 kB / 377 B / 322 B
.github/.misspell-fixer.ignore 19 B / 39 B / 23 B
.github/workflows/bundle-size.yml 774 B / 417 B / 327 B
.github/workflows/eslint.yml 586 B / 330 B / 259 B
.github/workflows/github-page.yml 988 B / 521 B / 438 B
.github/workflows/misspell.yml 682 B / 391 B / 323 B
.github/workflows/release-please.yml 1.4 kB / 561 B / 471 B
.github/workflows/test.yaml 796 B / 413 B / 338 B
.husky/pre-commit 62 B / 80 B / 66 B
CHANGELOG.md 734 B / 347 B / 307 B
CODE_OF_CONDUCT.md 3.3 kB / 1.5 kB / 1.1 kB
demo/bela.png 1.1 MB / 1.1 MB / 1.1 MB
demo/bela2.png 1.7 MB / 1.7 MB / 1.7 MB
demo/bundle.js.LICENSE.txt 51 B / 71 B / 54 B
demo/dog1.jpg 214.2 kB / 211.6 kB / 210.0 kB
demo/dog3.jpg 33.2 kB / 16.3 kB / 15.8 kB
demo/Frame.png 2.4 MB / 2.4 MB / 2.4 MB
demo/Frame2.png 1.3 MB / 1.3 MB / 1.3 MB
demo/image.png 44.5 kB / 44.5 kB / 44.5 kB
demo/index.html 455 B / 301 B / 173 B
demo/index.js 2.5 kB / 742 B / 610 B
demo/motorcortex.png 5.6 kB / 5.0 kB / 5.0 kB
demo/room-map.png 331.9 kB / 330.4 kB / 329.2 kB
demo/room.png 3.5 MB / 3.5 MB / 3.5 MB
demo/room1-map.png 1.3 MB / 1.3 MB / 1.3 MB
demo/room1.png 2.4 MB / 2.4 MB / 2.4 MB
demo/room2-map.png 1.1 MB / 1.1 MB / 1.1 MB
demo/room2.png 1.7 MB / 1.7 MB / 1.7 MB
demo/style.css 223 B / 142 B / 82 B
demo/webpack.config.js 860 B / 448 B / 399 B
LICENCE 1.1 kB / 654 B / 471 B
package.json 2.7 kB / 1.0 kB / 892 B
README.md 0 B / 20 B / 1 B
renovate.json 184 B / 142 B / 121 B
rollup.config.js 941 B / 369 B / 321 B
src/Incidents/Alpha.js 407 B / 239 B / 194 B
src/Incidents/Clip.js 1.0 kB / 434 B / 374 B
src/Incidents/compoAttrs.js 41 B / 61 B / 45 B
src/Incidents/Scale.js 587 B / 313 B / 285 B
src/index.js 958 B / 312 B / 261 B

🤖 This report was automatically generated by pkg-size-action

@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from ecedf3c to 9e5dc71 Compare May 24, 2023 14:31
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from 9e5dc71 to 5a38a8f Compare June 10, 2023 08:22
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from 5a38a8f to 2d7f99a Compare June 22, 2023 17:35
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from 2d7f99a to e221a14 Compare July 16, 2023 04:51
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from e221a14 to 43ff527 Compare August 12, 2023 08:15
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from 43ff527 to 4606053 Compare October 6, 2023 02:55
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from 4606053 to e21a237 Compare October 16, 2023 05:05
@renovate renovate bot force-pushed the renovate/rollup-plugin-commonjs-25.x branch from e21a237 to b6b70e0 Compare May 22, 2024 20:55
@renovate renovate bot changed the title chore(deps): update dependency @rollup/plugin-commonjs to v25 chore(deps): update dependency @rollup/plugin-commonjs to v25 - autoclosed Jun 6, 2024
@renovate renovate bot closed this Jun 6, 2024
@renovate renovate bot deleted the renovate/rollup-plugin-commonjs-25.x branch June 6, 2024 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants